home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-25 | 1.2 KB | 41 lines | [TEXT/GEOL] |
- Item 1619554 25-Oct-89 16:02
-
- From: D4280 IDS, Robert Pappas, AST
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Linking w/C++
-
-
-
-
- Dear MacAppers:
-
- I have 2 problems.
-
- #1 - Is "Up your FCB's" really working? As soon as I switched over to C++ and
- MacApp, I still get the "too many files open" error. Anybody else have the same
- problem?
-
- #2 - Linking C and C++. I have a routine that I would like to just keep in C
- and have a method call it. This worked when I was using OOPascal.. Now, when
- using C++ I get the following error:
- ### Link: Error: Undefined entry, name: (Error 28)
- "get_Directory__FsPUcT2PPPA256_Uc"
- Referenced from: TNAMETLVIEW_INAMETLVIEW in file: HD:MPW Projects:Source
- Code:FMP3.src:.Debug Files:Ufmp3.cp.o
- I double checked the ":.Debug Files:fmp3.MakeIt" file, and sure enough the I am
- linking the correct file. (Also, I didnt change my make file from when it
- worked in OOPascal)
-
- To get this to work, I had C++ compile my C routine and everything worked fine
- and dandy.
-
- This doesn't make sense to me since I am some stdlib functions such as strncpy
- and printf...
-
- If anybody has some insight, please let me know.
-
- Thanks, Bob Pappas, IDS Financial Services.
-
-